projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9f6b26
)
Add nullable annotations to GtkShortcutFunc
author
Timm Bäder
<mail@baedert.org>
Sun, 17 Jan 2021 07:11:42 +0000
(08:11 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sun, 17 Jan 2021 07:11:42 +0000
(08:11 +0100)
Fixes #3593
gtk/gtkshortcutaction.h
patch
|
blob
|
history
diff --git
a/gtk/gtkshortcutaction.h
b/gtk/gtkshortcutaction.h
index 9c874a641b505a5e0e70160937414116514e2c68..9c15172a96f4aa141b5b59a5a41a82b5d86e9df0 100644
(file)
--- a/
gtk/gtkshortcutaction.h
+++ b/
gtk/gtkshortcutaction.h
@@
-33,8
+33,8
@@
G_BEGIN_DECLS
/**
* GtkShortcutFunc:
* @widget: The widget passed to the activation
- * @args: The arguments passed to the activation
- * @user_data: The user data provided when activating the action
+ * @args:
(nullable):
The arguments passed to the activation
+ * @user_data:
(nullable):
The user data provided when activating the action
*
* Prototype for shortcuts based on user callbacks.
*/